home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / misc / plhelp / plaspect < prev    next >
Text File  |  1994-08-22  |  410b  |  17 lines

  1. plaspect:
  2.  
  3. Synopsis: Set the aspect ratio of the current subplot.
  4.  
  5. Syntax: plaspect ( )
  6.     plaspect ( aspect )
  7.  
  8. Description:
  9.  
  10.     plaspect sets the aspect ratio of the X and Y axis for the
  11.     current subplot in the current window. The aspect ratio is the
  12.     ratio of the y-axis length to the x-axis length.
  13.  
  14.     Calling plaspect with no arguments will reset to the default
  15.     aspect ratio (whatever fills up the viewport).
  16.  
  17.